home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / kcl.lha / lsp / seq.data < prev    next >
Text File  |  1986-06-26  |  620b  |  35 lines

  1.           
  2. #(
  3. #!
  4. (lisp::in-package 'user::lisp)
  5. #!
  6. (lisp::export '(lisp::make-sequence lisp::concatenate lisp::map lisp::some lisp::every lisp::notany lisp::notevery))
  7. #!
  8. (lisp::in-package 'lisp::system)
  9. (lisp::optimize (lisp::safety 2) (lisp::space 3))
  10. lisp::list
  11. :initial-element
  12. lisp::simple-string
  13. lisp::string
  14. lisp::string-char
  15. lisp::simple-bit-vector
  16. lisp::bit-vector
  17. lisp::bit
  18. lisp::simple-vector
  19. lisp::vector
  20. lisp::array
  21. lisp::simple-array
  22. "~S is not a sequence type."
  23. 0
  24. 1
  25. lisp::proclaim
  26. lisp::make-sequence
  27. lisp::concatenate
  28. lisp::map
  29. lisp::some
  30. lisp::every
  31. lisp::notany
  32. lisp::notevery
  33. system::normalize-type
  34. )
  35.